OpenExtensionPopupCallback

public interface OpenExtensionPopupCallback implements ExtensionAsyncCallback<P, R>

A callback that is invoked when an extension wants to open a popup browser.

If you need to open a popup that is created by the extension action, use com.teamdev.jxbrowser.browser.callback.OpenExtensionActionPopupCallback.

Since

8.0.0

Inheritors

Types

Link copied to clipboard
public final class Action extends AsyncCallbackAction<R>
An action providing a response to the OpenExtensionPopupCallback.
Link copied to clipboard
public interface Params
The parameters of the OpenExtensionPopupCallback.

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.